PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics.images.masks Package / PDFSoftMask Class / PDFSoftMask Constructor
A grayscale image that represents the soft mask.
In This Topic
    PDFSoftMask Constructor
    In This Topic
    Initializes a new PDFSoftMask object.
    Syntax
    public PDFSoftMask( 
       PDFImage sourceImage
    )

    Parameters

    sourceImage
    A grayscale image that represents the soft mask.
    Exceptions
    ExceptionDescription
    When sourceImage is null or it is not a gray 8bpc image.
    See Also